[INFO] fetching crate rten-gemm 0.24.0...
[INFO] fixing rten-gemm-0.24.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate rten-gemm 0.24.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate rten-gemm 0.24.0
[INFO] finished tweaking crates.io crate rten-gemm 0.24.0
[INFO] tweaked toml for crates.io crate rten-gemm 0.24.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rten-gemm 0.24.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rten-gemm 0.24.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 21627ba0adb1db8d08b414937385185e6c2f6cce77fd643678a07b762c8d0d43
[INFO] running `Command { std: "docker" "start" "21627ba0adb1db8d08b414937385185e6c2f6cce77fd643678a07b762c8d0d43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21627ba0adb1db8d08b414937385185e6c2f6cce77fd643678a07b762c8d0d43" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21627ba0adb1db8d08b414937385185e6c2f6cce77fd643678a07b762c8d0d43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21627ba0adb1db8d08b414937385185e6c2f6cce77fd643678a07b762c8d0d43" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking rten-simd v0.24.0
[INFO] [stderr]     Checking rten-base v0.24.0
[INFO] [stderr]     Checking rten-tensor v0.24.0
[INFO] [stderr]     Checking rten-gemm v0.24.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `rten_testing`
[INFO] [stdout]    --> src/block_quant.rs:809:9
[INFO] [stdout]     |
[INFO] [stdout] 809 |     use rten_testing::TestCases;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rten_testing`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rten_testing`, use `cargo add rten_testing` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rten_testing`
[INFO] [stdout]    --> src/packing.rs:431:9
[INFO] [stdout]     |
[INFO] [stdout] 431 |     use rten_testing::TestCases;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rten_testing`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rten_testing`, use `cargo add rten_testing` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rten_bench`
[INFO] [stdout]  --> src/tests.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rten_bench::run_bench;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `rten_bench`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rten_bench`, use `cargo add rten_bench` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rten_testing`
[INFO] [stdout]  --> src/tests.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use rten_testing::TestCases;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rten_testing`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rten_testing`, use `cargo add rten_testing` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `test_each_clone` found for struct `Vec<block_quant::tests::test_block_quantized_gemm::Case>` in the current scope
[INFO] [stdout]     --> src/block_quant.rs:1016:15
[INFO] [stdout]      |
[INFO] [stdout] 1016 |         cases.test_each_clone(|case| {
[INFO] [stdout]      |         ------^^^^^^^^^^^^^^^ method not found in `Vec<block_quant::tests::test_block_quantized_gemm::Case>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `test_each_clone` found for array `[packing::tests::test_packing_buffer::Case; 1]` in the current scope
[INFO] [stdout]    --> src/packing.rs:452:15
[INFO] [stdout]     |
[INFO] [stdout] 452 |         cases.test_each_clone(|case| {
[INFO] [stdout]     |         ------^^^^^^^^^^^^^^^ method not found in `[packing::tests::test_packing_buffer::Case; 1]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/kernels/x86_64.rs:1033:16
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     let regs = unsafe { __cpuid_count(7, 0) };
[INFO] [stdout]      |                ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `test_each` found for array `[tests::test_gemm_input_errors::Case; 2]` in the current scope
[INFO] [stdout]    --> src/tests.rs:294:11
[INFO] [stdout]     |
[INFO] [stdout] 294 |     cases.test_each(
[INFO] [stdout]     |     ------^^^^^^^^^ method not found in `[tests::test_gemm_input_errors::Case; 2]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `usize` cannot be dereferenced
[INFO] [stdout]    --> src/tests.rs:302:39
[INFO] [stdout]     |
[INFO] [stdout] 302 |             let mut output = vec![0.; *output_len];
[INFO] [stdout]     |                                       ^^^^^^^^^^^ can't be dereferenced
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/tests.rs:309:41
[INFO] [stdout]     |
[INFO] [stdout] 309 |             assert_eq!(result.as_ref(), Err(expected));
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^ expected `Result<&(), &GemmError>`, found `Result<_, GemmError>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<&(), &GemmError>`
[INFO] [stdout]                found enum `Result<_, GemmError>`
[INFO] [stdout] help: try using `.as_ref()` to convert `Result<_, GemmError>` to `Result<&(), &GemmError>`
[INFO] [stdout]     |
[INFO] [stdout] 309 |             assert_eq!(result.as_ref(), Err(expected).as_ref());
[INFO] [stdout]     |                                                      +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `test_each` found for array `[tests::test_gemm_u8i8_i32_zero_point::Case; 6]` in the current scope
[INFO] [stdout]    --> src/tests.rs:458:11
[INFO] [stdout]     |
[INFO] [stdout] 458 |     cases.test_each(|&Case { m, n, k }| {
[INFO] [stdout]     |     ------^^^^^^^^^ method not found in `[tests::test_gemm_u8i8_i32_zero_point::Case; 6]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `test_each` found for array `[tests::test_gemv_u8i8_i32_transposed::Case; 2]` in the current scope
[INFO] [stdout]    --> src/tests.rs:552:11
[INFO] [stdout]     |
[INFO] [stdout] 552 |     cases.test_each(|&Case { k, n }| {
[INFO] [stdout]     |     ------^^^^^^^^^ method not found in `[tests::test_gemv_u8i8_i32_transposed::Case; 2]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `test_each` found for array `[tests::test_gemm_beta::Case; 2]` in the current scope
[INFO] [stdout]    --> src/tests.rs:600:11
[INFO] [stdout]     |
[INFO] [stdout] 600 |     cases.test_each(|&Case { m, n, k }| {
[INFO] [stdout]     |     ------^^^^^^^^^ method not found in `[tests::test_gemm_beta::Case; 2]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `test_each` found for array `[tests::test_gemm_beta_zero::Case; 3]` in the current scope
[INFO] [stdout]    --> src/tests.rs:651:11
[INFO] [stdout]     |
[INFO] [stdout] 651 |     cases.test_each(|&Case { m, n, k }| {
[INFO] [stdout]     |     ------^^^^^^^^^ method not found in `[tests::test_gemm_beta_zero::Case; 3]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `test_each` found for array `[tests::test_gemm_bias::Case; 4]` in the current scope
[INFO] [stdout]    --> src/tests.rs:695:11
[INFO] [stdout]     |
[INFO] [stdout] 695 |     cases.test_each(|&Case { m, n, k }| {
[INFO] [stdout]     |     ------^^^^^^^^^ method not found in `[tests::test_gemm_bias::Case; 4]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `test_each_clone` found for array `[tests::test_gemm_prepack::Case; 4]` in the current scope
[INFO] [stdout]    --> src/tests.rs:748:11
[INFO] [stdout]     |
[INFO] [stdout] 748 |     cases.test_each_clone(|case| {
[INFO] [stdout]     |     ------^^^^^^^^^^^^^^^ method not found in `[tests::test_gemm_prepack::Case; 4]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `test_each_clone` found for array `[tests::test_gemm_f32_with_block_quantized_rhs::Case; 6]` in the current scope
[INFO] [stdout]     --> src/tests.rs:1030:11
[INFO] [stdout]      |
[INFO] [stdout] 1030 |     cases.test_each_clone(|case| {
[INFO] [stdout]      |     ------^^^^^^^^^^^^^^^ method not found in `[tests::test_gemm_f32_with_block_quantized_rhs::Case; 6]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `test_each` found for array `[tests::test_gemv::Case; 17]` in the current scope
[INFO] [stdout]     --> src/tests.rs:1224:11
[INFO] [stdout]      |
[INFO] [stdout] 1224 |     cases.test_each(|case| {
[INFO] [stdout]      |     ------^^^^^^^^^ method not found in `[tests::test_gemv::Case; 17]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/kernels/x86_64.rs:1033:16
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     let regs = unsafe { __cpuid_count(7, 0) };
[INFO] [stdout]      |                ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0599, E0614.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rten-gemm` (lib test) due to 17 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "21627ba0adb1db8d08b414937385185e6c2f6cce77fd643678a07b762c8d0d43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21627ba0adb1db8d08b414937385185e6c2f6cce77fd643678a07b762c8d0d43", kill_on_drop: false }`
[INFO] [stdout] 21627ba0adb1db8d08b414937385185e6c2f6cce77fd643678a07b762c8d0d43
